home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / 25.swf / scripts / DefineButton2_4 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-04-03  |  130 b   |  7 lines

  1. on(press){
  2.    this.dragging = true;
  3.    this.start_mouse = _root._ymouse;
  4.    this.start_drag = this._y;
  5.    gotoAndStop(2);
  6. }
  7.